mujoco test - #48
Merged
Merged
mujoco test#48
Conversation
Add model-independent VLA action contracts, policy and embodiment adapters, versioned session transport, deterministic chunk runtime, safety checks, and simulator boundaries. Integrate LingBot VLA v2 through the new abstractions while preserving its existing HTTP and RoboTwin WebSocket contracts, and add additive PipelinePool session leases for replica affinity.\n\nVerification:\n- 59 focused VLA, session lease, LingBot compatibility, and simulator adapter tests passed\n- 50 existing PipelinePool, structured-task, and service-route tests passed\n- ruff check passed for changed Python paths\n- git diff --check passed
Route generic VLA OPEN, PREDICT, RESET, and CLOSE operations through session-affine PipelinePool replicas and add a standalone LingBot VLA WebSocket entrypoint. Connect deterministic inference chunk state with a simulator-side execution runtime, standardize replica error handling, and preserve existing HTTP and non-VLA service behavior. Centralize LingBot H100 SDPA setup and VLA session composition while retaining the upstream RoboTwin MessagePack endpoint as a documented compatibility path. Verification: 82 VLA/LingBot/simulator unit tests and 231 non-LiveKit service unit tests passed; ruff check, ruff format --check, and git diff --check passed.
Add the semantic VLA client, contracts, serialization, embodiment and session APIs. Integrate replica-backed VLA lifecycle handling and cover client, service, pipeline, and process behavior with focused tests. Document the generic session and legacy compatibility boundaries.
Add an optional MuJoCo simulator adapter with semantic joint bindings, PD execution, headless camera capture, and lifecycle validation. Provide an isolated local setup script and LingBot VLA WebSocket smoke entrypoint, and mark generic WebSocket as the primary online path while retaining compatibility entries.
Add a transport-neutral simulator execution report and an async helper for overlapping inference with synchronous simulator adapters. Preserve the legacy execute_ready API and cover success, failure, no-action, and async paths with focused tests. Document the trimmed P0 validation and keep the generic VLA WebSocket as the primary service entrypoint.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation
Type of Change
Changes Made
Testing
pytest tests/)Test commands:
# Add the commands used to test your changes pytest tests/Checklist
ruff)pre-commit run --all-files)pytest tests/)[TYPE] Brief descriptionRelated Issues
Fixes #
Additional Notes
GPU Architecture Support
Performance Impact